home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / satura / r3satumd.js next >
Encoding:
Text File  |  2005-04-04  |  975 b   |  39 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/postproc/satura/r3satumd.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/code/r3postim.js")
  7. var R3CLID_SATURATIONMODEL = 806;
  8.  
  9. R3SATMDM_ = 806000;
  10.  
  11. function _R3SATMDM_() {
  12.   return this.r3Do(R3SATMDM_, arguments);
  13. }
  14.  
  15. R3SATMDA_Saturation = 806500;
  16. function SetR3SATMDA_Saturation(value) {
  17.   this.r3Set(R3SATMDA_Saturation, value);
  18. }
  19.  
  20. function GetR3SATMDA_Saturation() {
  21.   var value = 0;
  22.   return this.r3Get(R3SATMDA_Saturation, value); // R3FLOAT *
  23. }
  24.  
  25. function r3Saturationmodel () { 
  26.    this.base = r3God;
  27.    if(arguments.length) {
  28.       this.base(R3CLID_SATURATIONMODEL, arguments);
  29.    }
  30.    // Methods
  31.    this.=_R3SATMDM_;
  32.  
  33.    // Attributes
  34.    this.GetSaturation=GetR3SATMDA_Saturation;
  35.    this.SetSaturation=SetR3SATMDA_Saturation;
  36. }
  37.  
  38. r3Saturationmodel.prototype=new r3Postimageeffectmodel;
  39. // inc/plugins/postproc/satura/r3satumd.h_H